home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / internet / sweeper / samples / olecon~1 / controls / autosa~1 / localobj.h < prev    next >
C/C++ Source or Header  |  1995-11-25  |  1KB  |  32 lines

  1. //=--------------------------------------------------------------------------=
  2. // LocalObjects.H
  3. //=--------------------------------------------------------------------------=
  4. // Copyright  1995  Microsoft Corporation.  All Rights Reserved.
  5. //
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
  7. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  8. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
  9. // PARTICULAR PURPOSE.
  10. //=--------------------------------------------------------------------------=
  11. //
  12. // this file is used by automation servers to delcare things that their objects
  13. // need other parts of the server to see.
  14. //
  15. #ifndef _LOCALOBJECTS_H_
  16.  
  17. //=--------------------------------------------------------------------------=
  18. // these constants are used in conjunction with the g_ObjectInfo table that
  19. // each inproc server defines.  they are used to identify a given  object
  20. // within the server.
  21. //
  22. // **** ADD ALL NEW OBJECTS TO THIS LIST ****
  23. //
  24.  
  25. #define OBJECT_TYPE_OBJRECTANGLE 0
  26.  
  27. #define _LOCALOBJECTS_H_
  28. #endif // _LOCALOBJECTS_H_
  29.  
  30.  
  31.  
  32.